3.165 \(\int \frac{\cos (a+b x)}{\sin ^{\frac{3}{2}}(2 a+2 b x)} \, dx\)

Optimal. Leaf size=24 \[ -\frac{\cos (a+b x)}{b \sqrt{\sin (2 a+2 b x)}} \]

[Out]

-(Cos[a + b*x]/(b*Sqrt[Sin[2*a + 2*b*x]]))

________________________________________________________________________________________

Rubi [A]  time = 0.0178053, antiderivative size = 24, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 20, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.05, Rules used = {4291} \[ -\frac{\cos (a+b x)}{b \sqrt{\sin (2 a+2 b x)}} \]

Antiderivative was successfully verified.

[In]

Int[Cos[a + b*x]/Sin[2*a + 2*b*x]^(3/2),x]

[Out]

-(Cos[a + b*x]/(b*Sqrt[Sin[2*a + 2*b*x]]))

Rule 4291

Int[(cos[(a_.) + (b_.)*(x_)]*(e_.))^(m_.)*((g_.)*sin[(c_.) + (d_.)*(x_)])^(p_), x_Symbol] :> -Simp[((e*Cos[a +
 b*x])^m*(g*Sin[c + d*x])^(p + 1))/(b*g*m), x] /; FreeQ[{a, b, c, d, e, g, m, p}, x] && EqQ[b*c - a*d, 0] && E
qQ[d/b, 2] &&  !IntegerQ[p] && EqQ[m + 2*p + 2, 0]

Rubi steps

\begin{align*} \int \frac{\cos (a+b x)}{\sin ^{\frac{3}{2}}(2 a+2 b x)} \, dx &=-\frac{\cos (a+b x)}{b \sqrt{\sin (2 a+2 b x)}}\\ \end{align*}

Mathematica [A]  time = 0.0199098, size = 23, normalized size = 0.96 \[ -\frac{\cos (a+b x)}{b \sqrt{\sin (2 (a+b x))}} \]

Antiderivative was successfully verified.

[In]

Integrate[Cos[a + b*x]/Sin[2*a + 2*b*x]^(3/2),x]

[Out]

-(Cos[a + b*x]/(b*Sqrt[Sin[2*(a + b*x)]]))

________________________________________________________________________________________

Maple [B]  time = 6.793, size = 55926091, normalized size = 2330253.8 \begin{align*} \text{output too large to display} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(b*x+a)/sin(2*b*x+2*a)^(3/2),x)

[Out]

result too large to display

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\cos \left (b x + a\right )}{\sin \left (2 \, b x + 2 \, a\right )^{\frac{3}{2}}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(b*x+a)/sin(2*b*x+2*a)^(3/2),x, algorithm="maxima")

[Out]

integrate(cos(b*x + a)/sin(2*b*x + 2*a)^(3/2), x)

________________________________________________________________________________________

Fricas [A]  time = 0.490641, size = 108, normalized size = 4.5 \begin{align*} -\frac{\sqrt{2} \sqrt{\cos \left (b x + a\right ) \sin \left (b x + a\right )} + \sin \left (b x + a\right )}{2 \, b \sin \left (b x + a\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(b*x+a)/sin(2*b*x+2*a)^(3/2),x, algorithm="fricas")

[Out]

-1/2*(sqrt(2)*sqrt(cos(b*x + a)*sin(b*x + a)) + sin(b*x + a))/(b*sin(b*x + a))

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(b*x+a)/sin(2*b*x+2*a)**(3/2),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\cos \left (b x + a\right )}{\sin \left (2 \, b x + 2 \, a\right )^{\frac{3}{2}}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(b*x+a)/sin(2*b*x+2*a)^(3/2),x, algorithm="giac")

[Out]

integrate(cos(b*x + a)/sin(2*b*x + 2*a)^(3/2), x)